ComponentOne ASP.NET MVC Controls
Format Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : Format Method
The value.
Configurates C1.Web.Mvc.InputDateBase.Format. Sets the format used to display the selected date.
Syntax
'Declaration
 
Public Function Format( _
   ByVal value As String _
) As TBuilder
public TBuilder Format( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The format string is expressed as a .NET-style Date format string.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members